.oc-embedded-form * {
	box-sizing: border-box;

}

.oc-embedded-form .oc-item {
	max-width: 500px;
}

.oc-embedded-form .oc-item-inner {
	padding: 2em 1em;
	text-align: center;
	background: #f4f4f4;
	margin-bottom: 2em;
}

.oc-embedded-form .oc-title {
	color: #d00;
}
.oc-embedded-form .oc-list .oc-title {
	margin: 0;
}



.sorthandle {
	background: #fff;
	border: solid 1px #ddd;
	display: flex;
	text-align: left;
	padding: 0.3em;

}

.oc-embedded-form .oc-button-submit {
	margin-top: 0.5em !important;
	margin-left: 11.5em;
}

.contactform .control-label {

	min-width: 10em;
	display: inline-block;
	text-align: right;
	margin-right: 0.5em;
}

.oc-block-count {
	flex-grow: 1;

}

.sorthandle img {
	border: none;
}